Stream(String, Byte) Constructor

Initializes a new instance of the Stream class and load data from the specified buffer.

Definition

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public Stream(
	string name,
	byte[] buffer
)

Parameters

name  String
Stream name.
buffer  Byte
Data buffer.

See Also